type github.com/jackc/pgx/v5/pgtype.wrapInt8EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1464: 		return &wrapInt8EncodePlan{}, int8Wrapper(value), true
		pgtype.go#L1516: type wrapInt8EncodePlan struct {
		pgtype.go#L1520: func (plan *wrapInt8EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1522: func (plan *wrapInt8EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {